runtime.puintptr.set (method)
15 uses
runtime (current package)
proc.go#L1467: mp.nextp.set(p)
proc.go#L2399: mp.nextp.set(pp)
proc.go#L2648: nmp.nextp.set(pp)
proc.go#L2806: mp.nextp.set(pp)
proc.go#L4046: gp.m.oldp.set(pp)
proc.go#L5161: mp.p.set(pp)
proc.go#L5166: mp.p.set(phold)
proc.go#L5306: pp.link.set(runnablePs)
proc.go#L5361: gp.m.p.set(pp)
proc.go#L5484: mp.nextp.set(pp)
proc.go#L6108: sched.pidle.set(pp)
runtime2.go#L295: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
time.go#L300: t.pp.set(pp)
trace.go#L1492: mp.p.set(pp)
trace.go#L1682: mp.p.set(pp)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |